PlantSight E3D Bridge Extractor Help

Installing the export macros for AVEVA PDMS 12.x.x

Copying files to your PDMS Installation

  1. Copy all the folders from c:\Program Files\Bentley\PlantSight E3D Bridge Extractor\Server\ExportMacros\PDMx folder to your PMLLIB path, typically C:\AVEVA\Plant\PDMS12.x.x\PMLLIB.

    You can get this path by querying in the PDMS command window: Q EVAR |PMLLIB|

  2. After you place the scripts pack in the correct PMLLIB folder, you will need to execute a PML REHASH ALL in the PDMS Command window or restart PDMS.

Adding a UI Button

  1. Start the Design module.
  2. Right click on any toolbar and select Customize.
  3. Right click on the Commands list, expand the New submenu and then select Button.
  4. In the properties of the newly created button:
    1. Set the Caption to 'Export to PDMx'
    2. Set the Command to 'Macro: show !!PDMxExportFrm'
    3. Set the Icon if you require an icon
    4. Set the tool tip if you require a tool tip
    5. Click Apply
  5. Find the Command Bars in the list on the left side. Right click on it and select the New CommandBar.
  6. In the newly created command bar properties:
    1. Set Caption to the 'PDMx Helpers Toolbar'
    2. Drag and drop the Export to PDMx button to the PDMx Helpers Toolbar command bar
    3. Click Apply

      The Customize window closes.

The new toolbar with a single button should appear.